home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / AquariumView.BackModule / Aquarium.h < prev    next >
Text File  |  1995-06-12  |  429b  |  26 lines

  1. #import <appkit/View.h>
  2.  
  3. @interface AquariumView:View
  4. {
  5.     id fishList;
  6.     NXPoint maxCoord;
  7. #ifdef NS3x
  8.     id sharedInspectorPanel;
  9.     id number;
  10. #endif
  11. }
  12.  
  13. - oneStep;
  14. - initFrame:(NXRect *)frameRect;
  15. - drawSelf:(const NXRect *)rects :(int)rectCount;
  16. - newViewSize;
  17. - (const char *)windowTitle;
  18. - didLockFocus;
  19. - (BOOL)useBufferedWindow;
  20. - sizeTo:(NXCoord)width :(NXCoord)height;
  21. #ifdef NS3x
  22. - inspector:sender;
  23. #endif
  24.  
  25. @end
  26.